home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Bezier / variants / Blue vs Gray.css next >
Cascading Style Sheet File  |  2007-02-28  |  1KB  |  54 lines

  1. .incomingheader_left {
  2.     background: url("../images/blue_left.png") top right no-repeat;
  3.     width:10px;
  4.     height:20px;
  5.     position: absolute;
  6.     left:0px;
  7.     top:0px;
  8. }
  9.  
  10. .incomingheader_center {
  11.     background: url("../images/blue_fill.png") top right repeat-x;
  12.     height:20px;
  13.     position:absolute;
  14.     left:10px;
  15.     right:10px;
  16.     top:0px;
  17. }
  18.  
  19. .incomingheader_right {
  20.     background: url("../images/blue_right.png") top right no-repeat;
  21.     width:10px;
  22.     height:20px;
  23.     position: absolute;
  24.     right:0px;
  25.     top:0px;
  26. }
  27.  
  28. .outgoingheader_left {
  29.     background: url("../images/gray_left.png") top right no-repeat;
  30.     width:10px;
  31.     height:20px;
  32.     position: absolute;
  33.     left:0px;
  34.     top:0px;
  35. }
  36.  
  37. .outgoingheader_center {
  38.     background: url("../images/gray_fill.png") top right repeat-x;
  39.     height:20px;
  40.     position:absolute;
  41.     left:10px;
  42.     right:10px;
  43.     top:0px;
  44. }
  45.  
  46. .outgoingheader_right {
  47.     background: url("../images/gray_right.png") top right no-repeat;
  48.     width:20px;
  49.     height:20px;
  50.     position: absolute;
  51.     right:0px;
  52.     top:0px;
  53. }
  54.